home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 4 / United Public Domain Gold 4.iso / scope / sc104.dms / sc104.adf / ProDialer / APBv1.1_Changes.txt < prev    next >
Text File  |  1990-01-28  |  4KB  |  89 lines

  1.    *********************************************************************
  2.    *                                                                   *
  3.    *                       The Amiga Phone Book                        *
  4.    *                          w/Concert Dial                           *
  5.    *                                                                   *
  6.    *                       written by: Jeff Hoag                       *
  7.    *                                                                   *
  8.    *     Copyright © 1990 Jeff Hoag All Rights Reserved World Wide     *
  9.    *                                                                   *
  10.    *********************************************************************
  11.  
  12.      1/22/90 Release Version 1.1
  13.  
  14.                Change Control and Configuration Management
  15.  
  16.      Corrections:
  17.  
  18.      There was an inconsistancy in the shrink startup option that
  19.      semi-randomly caused APB to cause an Amiga System Error. This
  20.      problem has been corrected.
  21.  
  22.      A configuration file inconsistancy caused some systems to not
  23.      immediately load their default configuration. This problem
  24.      has been corrected.
  25.  
  26.  
  27.      Additions:
  28.  
  29.      The biggest changes are aimed at those who use APB from the
  30.      Amiga Workbench icon. The Icon now carries APB configuration
  31.      information allowing you to set a default phonebook to load,
  32.      whether to start APB as a shrunk window and if so, what x,y
  33.      coordinates to load the bar in at. These flags which are
  34.      set in the Icon Info window are itemized below. 
  35.  
  36.           PHONEBOOK - Allows you to specify a default phonebook
  37.                       for APB to load at startup. Example:
  38.  
  39.                       PHONEBOOK=s:AP.Book
  40.  
  41.                       PLEASE NOTE - there are NO SPACES between the
  42.                       = (equals) sign and the first letter of the
  43.                       file location. This convention carries through
  44.                       to ALL Workbench startup options listed here.
  45.  
  46.           SHRINK    - Allows you to specify to APB that it should
  47.                       start as a shrunk title bar. Example:
  48.  
  49.                       SHRINK=TRUE
  50.  
  51.                       This is the only value that will work. If you
  52.                       do not want APB to start shrunk remove this
  53.                       line from the icon tooltypes.
  54.  
  55.           CONCERT   - Allows you to turn Concert Dial on immediately
  56.                       at start up. This is useful if you choose to
  57.                       use the manual dial option immediately and then
  58.                       shrink the window. Example:
  59.  
  60.                       CONCERT=TRUE
  61.  
  62.                       This is the only value that will work. If you
  63.                       do not want Concert Dial at start remove this
  64.                       line from the icon tooltypes.
  65.  
  66.           XPOS      - Useful if you specify SHRINK=TRUE. XPOS allows
  67.                       you to specify the x coordinate to start the 
  68.                       APB shrunk window bar at. Example:
  69.  
  70.                       XPOS=50
  71.  
  72.                       Any number from 0 to 500 is valid. Invalid 
  73.                       numbers will be trapped.
  74.  
  75.           YPOS      - Useful if you specify SHRINK=TRUE. YPOS allows
  76.                       you to specify the y coordinate to start the 
  77.                       APB shrunk window bar at. Example:
  78.  
  79.                       YPOS=50
  80.  
  81.                       Any number from 0 to 190 is valid. Invalid 
  82.                       numbers will be trapped.
  83.  
  84.  
  85.      If you don't want any of these options erase them from the Tool Types
  86.      of the WorkBench Icon.
  87.  
  88.      Thanks.
  89.      Jeff